Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / BaseStorage<T,TMappingCollection> Class / Contains Method
The System.Object to locate.

In This Topic
    Contains Method (BaseStorage<T,TMappingCollection>)
    In This Topic
    Determines whether an object is an item in the list.
    Syntax
    'Declaration
     
    
    Public Overridable Function Contains( _
       ByVal value As Object _
    ) As Boolean
    public virtual bool Contains( 
       object value
    )

    Parameters

    value
    The System.Object to locate.

    Return Value

    True if the System.Object is found in the list; otherwise, false.
    See Also